home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / jul95 / jens2f1.gif < prev    next >
Graphics Interchange Format  |  1996-11-18  |  45KB  |  553x353  |  4-bit (15 colors)
Labels: text | screenshot | font | number | parallel | line
OCR: Constant Data Type Action ExeHidden Smallint Loads the application, doesn't make it active or display its window. The top-level window in the Program Manager's list is active. ExeMinimized Smallint Loads the application as a minimized icon and doesn't make the application active. The top-level window in the Program Manager's list is active. Exe ShowMaximized Smallint Makes the application active, and displays it in o maximized window. ExeShowMinimized Smallint Makes the application active, but displays it as a minimized icon, ExeShowMinimizedNoActivate Smallint Loads the application and displays it as a minimized icon, but doesn't make it active. ExeShowNoActivate Smallint Loads the application but doesn't make it active. ExeShowNormal Smalllnt Loads the application and makes it active (the default). Figure 1: ObjectPAL ExecuteOptions constants control the behavior of applications launched using the System execute procedure,